Welcome![Sign In][Sign Up]
Location:
Search - vc c/s

Search list

[Other Riddle gameshrd_src

Description: 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BUG,就请各位自己修正了。 (是在边界处理上,少处理了一种特殊情况) 另:本游戏开放源码,可以随意使用或修改。 ------ musix@withu.com , 2001 , taizhou,jiangsu-HuaRong Road is only the VC language version of the demonstration, only to demonstrate an idea, no increase in functionality. The game image is similar FLASH from the game, cut out, but it's not the source website has been visited. As HuaRong Road every role the same time may be different and the choice of direction, increasing the difficulty of judging. The main demonstration of a single-game non-selective control of HuaRong Road intelligent simulation process. Of course, this is very simple, no real intelligence. If the AI category of interest, to be the next http://chess.withu.com and computer disk welcome such exchange on AI algorithms. This game has some BUG, please own revision. (In the handling of the border, dealing with a few exceptional circumstances) another : the game open
Platform: | Size: 162816 | Author: 潘先生 | Hits:

[VC/MFCinvcpp5

Description: VC技术内幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++. -technology VC Insider Awards _English.The 6.0 release of Microsoft Visual C shows s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these initiatives platform , Visual C 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, ', tips and code. These features take Visual C to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C.
Platform: | Size: 7821312 | Author: 吴仁智 | Hits:

[Other GamesWSn_lei

Description: 一个类似Window自带的扫雷游戏. 是我的一次课堂作业,用VC++编的。 基本功能与Window里的一样。-a similar mine Window's own game. Yes, I work in a classroom, the VC series. The basic function and Window's the same.
Platform: | Size: 49152 | Author: 天雨 | Hits:

[Internet-NetworkFuzzyLib

Description:
Platform: | Size: 312320 | Author: jeff | Hits:

[GUI Develop屏幕取词之Win32test

Description: 屏幕取词中使用鼠标钩子,取词钩子来进行取词,最后对取出的文字进行处理,得到()《》<>等中文字的vc程序组中的主工程。- The screen takes in the word to use the mouse clasp, takes the word clasp to carry on takes the word, finally to the writing which takes out carries on processing, obtains ()"" and so on in the Chinese character vc procedure group s main project.
Platform: | Size: 31744 | Author: | Hits:

[AI-NN-PRExpertSystem

Description: 用vc编写的专家系统的源代码,对初学者很有帮助-vc used in the expert system's source code, useful for beginners
Platform: | Size: 710656 | Author: yy | Hits:

[IME Develop模拟拼音输入法的源程序

Description: 在VC++6.0环境下用C++语言编写一个简单的模拟拼音输入法程序,该模拟拼音输入法具有真正的拼音输入法的基本功能。-6.0 in VC environment with C language simulation of a simple phonetic input procedures, the simulation Pinyin input method with the real Pinyin input method's basic functions.
Platform: | Size: 157696 | Author: 陈青侠 | Hits:

[matlabvcmatlab7src

Description: MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Compiler is a built-in MATLAB Compiler, it will be m documents into C, C p, or other types of source code and generating executable required documents lib files (libraries), dll files or documents S function. MATLAB 6.5 The compiler includes MATLAB C \ C math library functions and graphics library. Dynamic link library (dll) software is commonly used to prepare a technical, MATLAB M will provide the documentation dll file into the method, on how the document Matlab6.5 will m z into dll file, and then call in the VC dll file.
Platform: | Size: 41984 | Author: 林林 | Hits:

[Shell api替换开始菜单VC代码

Description: 可以替换WINDOWS开始菜单VC源码 GetShellTrayDlg.h, GetShellTrayDlg.cpp - the dialog These files contain your CGetShellTrayDlg class. This class defines the behavior of your application s main dialog. The dialog s template is in GetShellTray.rc, which can be edited in Microsoft Visual C-can replace Windows Start menu VC source GetShellTrayDlg.h , GetShellTrayDlg.cpp-the dialog These files contain your CGetShellTrayDlg class. This 10:48 ss defines the behavior of your application s ma in dialog. The dialog s template is in GetShellT ray.rc. which can be edited in Microsoft Visual C
Platform: | Size: 15360 | Author: 王海` | Hits:

[Windows CEce_crtdbg

Description: This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it. -This code detects memory leaks in embedded VC almost the same way crtdbg does in VC. At the en d of program execution it will display in the deb ug window if there were any memory leaks and how t he looks memory so you can identify where your me mory leak occurred. It will display in the debug window a message saying no memory leaks detecte d if there are no memory leaks. Similar to what cr tdbg.h does in VC. The code detects memory leaks generated with calls to new and delete operator s in C. The code doesn t detect memory leaks " ated with C functions : malloc, malloc, free, but that can be done in the future. Let me know and I will program it.
Platform: | Size: 2048 | Author: 杨久敏 | Hits:

[Multimedia DevelopVisualCshejibofangqi

Description: VC6.0可谓是微软的王牌产品,它以强大的功能而赢得了广大程序员的爱好。而用VC的AppWizard、ClassWizard和其中的各种控件可以方便地建立应用程序。 本文就介绍用VC6.0自带的一个ActiveX控件----ActiveMovieControl Object,来建立自己的多媒体播放器。此多媒体具有一般的播放功能,能播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有Repeat功能-VC6.0 is Microsoft's flagship product, which features a powerful and won the majority of programmers love. Using VC+5.0, ClassWizard, and the various controls which can easily build applications. This paper introduces a VC6.0's own ActiveX Object-ActiveMovieControl to build their own multimedia players. This is a general multimedia player, which will be available*. mp3,*. wma,*. MDI,*. wav,*. avi,*. dat documents, Repeat function
Platform: | Size: 11264 | Author: sun | Hits:

[Other Databasesvcstorehouse

Description: vc++6.0下开发的仓库管理系统,采用ADO操作数据库,使用数据库为ACCE-vc 6.0's warehouse management system using ADO operational database, using the database to ACCE
Platform: | Size: 3162112 | Author: | Hits:

[ICQ-IM-ChatChatSystemNew

Description: 一个聊天程序,是我大三时课程设计时写的,分客户端和服务端,支持多个客户端登陆并能传输大型文件-a chat program, the church is when I am writing curriculum design, and client-server, support multiple clients can access and transfer large files
Platform: | Size: 162816 | Author: 牧野流星 | Hits:

[SQL Servermapdof2

Description: 俄罗斯方块另类.zip - 又一个俄罗斯方块的代码(转)用vc写的著名游戏俄罗斯方块的代码,希望对大家有所帮助 (2005-9-1,Visual C++,95KB,1次) 手机版的俄罗斯方块程序 .rar - 手机版的俄罗斯方块程序 休闲内的手机游戏。 (2005-4-9,Java,31KB,27次) 俄罗斯方块VC版加源代码注释.rar - VC编写的俄罗斯广块,源代码加注释,希望对大家有用~ (2005-4-23,Visual C++,5KB,6次) src4rusblock.rar - 俄罗斯方块游戏源程序,可在VC++中运行 (2005-4-23,Visual C++,368KB,3次) java2eorousifangkuai.rar - 一个俄罗斯方块游戏编程,java语言写的,应该很好玩吧,试试吧 (2005-4-18,Java,16KB,14次) 俄罗斯方块-网络版.rar - 本人自己编写的俄罗斯方块 小游戏 为-Tetris alternative. Zip- also a Rubik's cube of the code (to) use vc wrote the famous Russian game Ross chunks of code, we want to help (2005-9-1, Visual C, A780, 1) a mobile phone version of Tetris procedures. rar-phone version of Tetris procedures phones within a leisure game. (2005-4-9, Java, 31KB. 27) version of Rubik's cube VC Notes plus source code. rar-VC prepared by the Russian-block, footnote source code, useful for all ~ (2005-4-23, Visual C, 5KB. 6) src4rusblock.rar-source Tetris game, the VC operation (2005-4-23, Visual C, keys, 3) java2eorousifangkuai.rar-a Tetris game programming, java language to write in, it should be good Hale, try playing (2005-4-18, Java, 16KB. 14), Tetris-network version. rar- I have written the Tetris game to
Platform: | Size: 324608 | Author: wq57 | Hits:

[TreeView20048141935666

Description: 前台界面可以使用vb,vc,pb等. 模式:c/s模式 基本功能:能够实现销售管理,商品管理,员工...学生考勤系统 郭清宇 用VB开发,从需求分析做起,每一阶段都有完整的文档.能运用学过的软件工程知识.设计系统... -prospects interface can be used vb, vc, pb so. Model : c/s mode basic functions : to achieve sales management, merchandise management, staff appraisal system ... students Guoqingyu VB development, starting from needs analysis, each stage of complete documentation. learning to use the software engineering knowledge. Design System ...
Platform: | Size: 74752 | Author: aaa | Hits:

[Button controlvb34777244

Description: 前台界面可以使用vb,vc,pb等. 模式:c/s模式 基本功能:能够实现销售管理,商品管理,员工...学生考勤系统 郭清宇 用VB开发,从需求分析做起,每一阶段都有完整的文档.能运用学过的软件工程知识.设计系统... -prospects interface can be used vb, vc, pb so. Model : c/s mode basic functions : to achieve sales management, merchandise management, staff appraisal system ... students Guoqingyu VB development, starting from needs analysis, each stage of complete documentation. learning to use the software engineering knowledge. Design System ...
Platform: | Size: 306176 | Author: aaa | Hits:

[ICQ-IM-ChatWINSOCK-TCP

Description: 网络聊天室的实例程序,VC6.0下开发,分为服务器端和客户端两部分-Internet chat rooms examples procedures VC6.0 under development, divided into server and the client part 2
Platform: | Size: 72704 | Author: 金城寺 | Hits:

[USB developUSBPortDlg

Description: USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录 -USBPort compilers note-- 01 (VC Knowledgebase) 1. Installation DDK 2. Put DDK the inc path filled in the first document contains the path 3. put DDK's lib path for filling in the document include path 4. comment out the original code HIDD_ATTRIBUTES structure// I do not know why the author to add this five-structure definition. If we do not want to add setupapi.lib DDK installed on the first two steps removed. but the need to copy the relevant files and documents to the library project listings
Platform: | Size: 2791424 | Author: 熊丹 | Hits:

[OtherSAXParser

Description: 一个基于SAX分析方法的XML文档解析函数包,C语言开发,VC环境编译成功,与expat实用方法相似。-an analysis method based on the XML packet analytic function, C-language development, VC environment compiler, with success expat practical method similar.
Platform: | Size: 14336 | Author: | Hits:

[VC/MFCVCimgageProcessingCode

Description: 人民邮电出版社的——Visual C++数字图像处理典型算法及实现(源码) 希望大家能用上-People's Post and the Press-- Visual C typical digital image processing algorithm and implementation (OSS) that everyone can be on
Platform: | Size: 1474560 | Author: 宇昊 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »

CodeBus www.codebus.net